libdvbv5_d.sdt

Undocumented in source.

Members

Functions

dvb_table_sdt_free
void dvb_table_sdt_free(dvb_table_sdt* table)

@brief Frees all data allocated by the SDT table parser @ingroup dvb_table

dvb_table_sdt_init
ssize_t dvb_table_sdt_init(dvb_v5_fe_parms* parms, const(ubyte)* buf, ssize_t buflen, dvb_table_sdt** table)

@brief Initializes and parses SDT table @ingroup dvb_table

dvb_table_sdt_print
void dvb_table_sdt_print(dvb_v5_fe_parms* parms, dvb_table_sdt* table)

@brief Prints the content of the SDT table @ingroup dvb_table

Manifest constants

DVB_TABLE_SDT
enum DVB_TABLE_SDT;

@def DVB_TABLE_SDT @brief SDT table ID @ingroup dvb_table @def DVB_TABLE_SDT2 @brief SDT table ID (alternative table ID) @ingroup dvb_table @def DVB_TABLE_SDT_PID @brief SDT Program ID @ingroup dvb_table

DVB_TABLE_SDT2
enum DVB_TABLE_SDT2;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DVB_TABLE_SDT_PID
enum DVB_TABLE_SDT_PID;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

dvb_table_sdt
struct dvb_table_sdt

@struct dvb_table_sdt @brief MPEG-TS SDT table @ingroup dvb_table

dvb_table_sdt_service
struct dvb_table_sdt_service

@struct dvb_table_sdt_service @brief MPEG-TS SDT service table @ingroup dvb_table

Meta